簡體   English   中英

App Store提交時出錯:符號鏈接解析為二進制文件之外的位置

[英]Error on App Store submission: A symbolic link resolves to a location outside of the binary

該項目編譯和鏈接很好,但當我去提交/驗證時,我收到此錯誤:

The Binary is invalid. A symbolic link resolves to a location outside of the binary relative location:
    xxxx.app/Appirater.bundle resolves to Users/xxxx/Library/Developer/Xcode/DerivedDate/xxxxx/intermediatebuildfilespath/uninstalledproducts/Appirater.bundle

我第一次使用CocoaPods並安裝了Appirater和另一個pod。

這似乎是Appirater的Podfile / Repository中的一個錯誤。 我相信它很快就會修好。

如果您不需要最新版本,可以更改Podfile以說明以下內容:

pod 'Appirater', '1.0.5'

不要忘記在Xcode中清理構建文件夾。

在xcode中清理您的buil文件夾並刪除Users / xxxx / Library / Developer / Xcode / DerivedDate / xxxxx / intermediatebuildfilespath / uninstalledproducts / Appirater.bundle

我有同樣的問題。 對我來說,解決方案是將cocoapods更新為0.28(sudo gem install cocoapods)。 提到這個解決方案: https//github.com/arashpayan/appirater/issues/133 之后我可以將我的應用程序提交到app store。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM