ios - xCode 6.3.1 Missing references while running on simulator -
i working on xcode 6.3.1, working fine while debugging on device iphone 5s ios 8.3 when disconnect device , try test application simulator there hundreds of errors "missing references" many framworks (with simulators ios8+)
i tried remove missing references , add again in "build phase" no use. furthermore, having pods setup missing references project of course. working fine before update xcode 6.3.1, here 1 example error: undefined symbols architecture x86_64: "_abaddressbookcopyarrayofallgroups". addressbook not framwork should supported device , not simulator.
it working fine device, uploaded archive app store, there no issue either. simulator.
i found solution, may else, me iphone sdk location path follows:
build settings>framework search paths>iphoneos.platforms
i did not correct path, delete path , working on simulator now.
furthermore, archive , debugging on device work perfect well.
Comments
Post a Comment