简体   繁体   中英

Linker Error - XCode 6.4

I'm trying to implement push notifications on my iOS build for my Phonegap app. For some reason when executing the build, I'm getting a Apple Mach-O Linker Error Linker command failed with exit code 1 (use -v to see invocation

Has anyone encountered this problem before? I read that I should change my Release Other Linker Flags to "$(BUILT_PRODUCTS_DIR)/libCordova.a" but this has already been done and I am still receiving the error.

I solved this issue because push notifications will not work on simulators. You have to run this on an actual device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM