出现错误如上图
.Edit Scheme -> Build Configuration 这里设置成 Debug 的时候,会出现cocoapod 的文件无法导入(ps:xxx not found),设置成 Release 的时候,会出现 Undefined symbols for
architecture i386: “OBJC_CLASS$_JPUSHService”。以上都无法在模拟器运行。
2.设置成 Release 的时候可以在真机运行,设置成 Debug 的时候同样会出现cocoapod 的文件无法导入(ps:xxx not found)。
原因
不能使用不属于处理器为i386的模拟器,解决方法:
Build Settings里的 Build Active Architecture Only设置成了NO。现在改成了YES。
出现xxx not found 这个问题 将该内容重新添加一次机好。