我将ReactiveCocoa
替换为ReactiveObjC
中的cocoapods
,因为ReactiveCocoa
现在只有swift
,我必须这样做。
但当我archive
Ad hoc
ipa
时出现了问题:
ReactiveObjC.framework specifies a simulator platform for the CFBundleSupportedPlatforms key
ATTEMPT - 1
教学:https://forums.developer.apple.com/thread/62261
我尝试编辑Info.plist
,但不适合我:
<key>CFBundleSupportedPlatforms</key>
<array>
<string>iPhoneOS</string>
</array>