我尝试将我的应用程序上传到iTunes Connect resp.AppStore并收到以下错误:
无法找到或生成匹配的签名资产
Xcode试图找到或生成匹配的签名资产,但由于以下问题而未能这样做.
缺少iOS发布签名身份... Xcode可以为您请求一个.
在我设置新的开发机器之前,通过Xcode 7将开发人员帐户从旧机器导出到新机器.
我该怎么做才能解决这个问题?
我想在我的iPhone 4s上运行一个Swift应用程序.它在模拟器上工作正常,我的朋友可以在他的iPhone 4s上成功运行它.我有iOS 8和Xcode 6的官方发行版.
我试过了
$(inherited) @executable_path/Frameworks以下是整个错误
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/AppName.app/AppName
Reason: no suitable image found. Did find:
/private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/AppName.app/Frameworks/libswiftCore.dylib: mmap() error 1 at
address=0x008A1000, size=0x001A4000 segment=__TEXT in Segment::map() mapping
/private/var/mobile/Containers/Bundle/Application/LONGSERIALNUMBER/APPLICATION_NAME/Frameworks/libswiftCore.dylib
Run Code Online (Sandbox Code Playgroud) 我刚刚更新到Xcode 7和swift 2并完成了修复过渡带来的错误.我终于得到了构建的项目,但在启动屏幕后我得到一个错误说:
dyld:库没有加载:@rpath/libswiftAVFoundation.dylib引自:/ var/mobile/Containers/Bundle/Application/...原因:找不到合适的图像.找到:/private/var/mobile/Containers/Bundle/Application/.../Frameworks/libswiftAVFoundation.dylib:mmap()errno = 1验证'/ private/var/mobile/Containers/Bundle/Application /的第一页... /框架/ libswiftAVFoundation.dylib"
我之前看到过这个错误但与其他框架有关,并且无法解决我的问题.有没有办法通过在某处添加我的框架来绕过这个?
谢谢.
我错误地从我的Mac中删除了所有配置文件(Library/Mobile Device/Provisioning Profiles).现在,无论我做什么,Xcode都会给我这个错误:
缺少iOS分发签名身份
我怎样才能解决这个问题?
我正在运行我的应用程序从xcode到我的iOS设备,我在iOS设备上得到这个和黑屏.
控制台文字:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /private/var/mobile/Containers/Bundle/Application/10DB2FE8-EF09-4857-B4AC-0DB2E4419D6F/App-Name.app/App-Name
Reason: image not found
(lldb)
Run Code Online (Sandbox Code Playgroud)
当我尝试存档我的应用时,我收到此错误...

我一直在做很多研究,但似乎无法弄明白.我已经尝试过撤销和重新创建证书以及重新创建配置文件的所有内容.
我该怎么办?
ios ×4
xcode ×4
dyld ×2
swift ×2
xcode7 ×2
avfoundation ×1
code-signing ×1
macos ×1
testflight ×1
xcode6 ×1