Xcode 常见问题

// fembed-bitcode-is-not-supported-on-versions-of-ios-prior-to-6-0

在 TARGETS->BUILD Phases 中搜索 BITCODE 将 YES 改成 NO

// No such file or directory

可能是由于绑定文件时出错导致的。

1.退出Xcode,然后从finder里面进入~/Library/Developer/Xcode/DerivedData 删掉里面所有的内容,然后重启Xcode试试看

2.在 Xcode 中,项目-targets-build -> phases,删掉 copy bundle resources 里面红色的错误资源文件


// iOS调用 AlipaySDK 支付宝找不到头文件<openssl/rsa.h>

首先将 openssl 和 Util 目录添加到Build setting->header search path 中 ($(PROJECT_DIR)/SXH/Vendor/AlipaySDK)

添加 AlipaySDK 的库和 framework (添加的内容可以查看 AlipaySDKDEMO )


//couldn’t be completed. (LaunchServicesError error 0.)

选择 ios 模拟器,Reset 一下
Xcode 常见问题

你可能感兴趣的:(Xcode 常见问题)