Hi,
I am trying to follow the instructions to add the Garmin IOS SDK to my app.
https://developer.garmin.com/connect-iq/programmers-guide/ios-sdk-guide/
Can't do step 2 as the ConnectIQ.bundle file doesn't exist in the IOS SDK?
as far as I can see.
searched for a .bundle file using finder and using the find command in terminal, didn't find it (find ./ -iname "*.bundle" -print)
Opened Example app using Xcode and saw ConnectIQ.bundle in the Supporting files group in the project navigator.
I Copied this ConnecIQ.bundle within Xcode to my project. Looked ok until you tried to build it.
Got file not found an error, it was referencing the ios SDK directory where there was no .bundle file.
Can anyone help
Regards,
Daniel Leahy.