iOS Question Google maps error...

nicieri

Active Member
Licensed User
Longtime User
Hi, I have installed the Google Maps Framework.. but i can't start my app..

Please see the attached text file.


Thanks
 

Attachments

  • h.txt
    34.2 KB · Views: 190

nicieri

Active Member
Licensed User
Longtime User
Ok... I downloaded it from another link.

But now the error is this:

objc-class-ref in b4i_main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/iGPSafe.app/iGPSafe normal x86_64
(1 failure)
 

Attachments

  • h2.txt
    78.8 KB · Views: 187
Upvote 0

nicieri

Active Member
Licensed User
Longtime User
Hi Erel, I change the iTableView for the iUI8, I set the #MinVersion: 8

I copied again the libiGoogleMaps.a to the Libs folder on Mac, but i have the same error of libiGoogleMaps.a

ld: warning: ignoring file ../../Libs/libiGoogleMaps.a, missing required architecture
 
Upvote 0

nicieri

Active Member
Licensed User
Longtime User
Ok, now the libiGoogleMaps.a is not the problem...

Now... WARNING: Unable to find and load 'GoogleMaps.bundle' for Google Maps SDK for iOS. This may be a sign that you've forgotten to include a resources bundle in your 'Copy Bundle Resources' build phase. As this bundle contains important resources, you may encounter missing images, translations and other incorrect behavior.

I have the GoogleMaps.bundle in the Files/Special
 
Upvote 0
Top