
记录其他问题
Invalid code signing entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Speicifically value 'K8TE8KDZ95.cn.blueu.* for key 'application-identifier' in 'Payload/jetsomore.app/GooglePlus.bundle/GPPSignIn3PResources’ is not supported. This value should be a string starting with your TEAMID, followed by a dot '.' followed by the bundle identifier
This app contains an app extension with an illegal bundle identifier. App extension bundle identifiers must have a prefix consisting of their containing application's bundle identifier followed by a '.'.
这个问题需要删除之前的.appex文件,选中TARGETS——General——Embedded Binaries,删除.appex后缀的文件,再次运行
网友评论