- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开发一个使用 OneSignal 集成推送通知的 iOS 应用程序。我遵循了 iOS SDK 设置指南,一切顺利,但由于我进行了最新的 xcode 更新和 macos 更新,我无法构建要发布的应用程序或仅在物理设备上构建应用程序。
我收到以下有关对 OneSignal 扩展进行代码签名的错误:
仅供引用:主要目标的包标识符是com.example.ios.app
CodeSign /Users/myUser/Library/Developer/Xcode/DerivedData/myApp-detsaukwwypeutcadzxgviircfje/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OneSignalNotificationServiceExtension.appex
cd /Users/pathToProject
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
Signing Identity: "iPhone Developer: Me (##########)"
Provisioning Profile: "iOS Team Provisioning Profile: com.example.ios.app.OneSignalNotificationServiceExtension"
(######-####-####-####-######)
/usr/bin/codesign --force --sign E7160941E1D4E45D870F30CB31F3EC30BFB0ABBA --entitlements /Users/myUser/Library/Developer/Xcode/DerivedData/myApp-detsaukwwypeutcadzxgviircfje/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/myApp.build/Release-iphoneos/OneSignalNotificationServiceExtension.build/OneSignalNotificationServiceExtension.appex.xcent --timestamp=none /Users/myUser/Library/Developer/Xcode/DerivedData/myApp-detsaukwwypeutcadzxgviircfje/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OneSignalNotificationServiceExtension.appex
/Users/myUser/Library/Developer/Xcode/DerivedData/myApp-detsaukwwypeutcadzxgviircfje/Build/Intermediates.noindex/ArchiveIntermediates/myApp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/OneSignalNotificationServiceExtension.appex: unknown error -1=ffffffffffffffff
Command /usr/bin/codesign failed with exit code 1
我做了一些研究,但没有发现任何有帮助的东西。
最佳答案
您需要将 OneSignalNotificationServiceExtension
Bundle Identifier 更改为 {your app's bundle ID}.OneSignalNotificationServiceExtension。
除非您实际应用的 Bundle ID 是 com.example.ios.app
,否则 bundle ID com.example.ios.app.OneSignalNotificationServiceExtension
将不起作用。
更改 Bundle ID 后,您可以启用自动配置,它应该会起作用。
关于iOS OneSignalNotificationServiceExtension.appex : unknown error -1=ffffffffffffffff,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48067871/
我是 Xcode 的新手,但支付了 GoNative 将我们的网络应用程序变成原生移动应用程序的费用。关注 the instructions on GoNative 时并使用 OneSignal 扩展
我正在开发一个使用 OneSignal 集成推送通知的 iOS 应用程序。我遵循了 iOS SDK 设置指南,一切顺利,但由于我进行了最新的 xcode 更新和 macos 更新,我无法构建要发布的应
在我的应用程序中添加一个信号后,Flutter 无法启动我的应用程序。我已经关注了这个 guide .在解决了所有问题之后,我得到了这个。 当我执行 flutter run 时,我看到以下错误: Pr
添加Today App Extension Target后,我无法编译项目。下面是错误(实际上我需要在 Xcode 中设置手动签名并为 Apple 设置“发布”类型构建的临时配置文件,以识别使用 On
我是一名优秀的程序员,十分优秀!