close

Problem 1:Target 'Pods' of project 'Pods' was rejected as an implicit dependency for 'libPods.a' because its architectures 'x86_64' didn't contain all required architectures 'i386'

Solution:Try to set Build Active Architecture Only to NO for 'Pods' project and your app's target.

Refer to:http://stackoverflow.com/questions/27388957/pods-w...


Problem 2:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).

Solution:Try to set Build Active Architecture Only to NO for 'Pods' project and your app's target.

Refer to:http://stackoverflow.com/questions/22328882/xcode-...


Problem 3:ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.1.sdk/Developer/Library/Frameworks'

Solution:Build Settings > Search Paths > Framework Search Paths, both Debug and Release, delete all.

Refer to:https://forums.developer.apple.com/thread/3729#272...


Problem 4:You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7

Solution:Project > TARGETS > Build Settings > Build Options > Enable Bitcode = No

Refer to:http://stackoverflow.com/questions/31561286/xcode-...

arrow
arrow
    全站熱搜

    viaLondon 發表在 痞客邦 留言(0) 人氣()