-
SDK需要重新安裝與包裝,這次打算放到dropbox可能可以方便下次有富源需求(希望不要)
-
iOS Development Certificate的問題
-
當初我有保留以下檔案
-
AppleWWDRCA.cer
-
CertificateSigningRequest.certSigningRequest
-
Evan_Lin_iPhone4.mobileprovision
-
ios_development.cer
-
-
不過還是沒辦法,因為private key 不見了,所以還是得重新申請,參考以下方法
-
Connect to the apple developer member center then the iOS provisional portal.
-
Revoke my certificate.
-
Create a new certificate by providing a new pair of private and public key.
-
Remove all the previous provisioning profiles and create new ones.
-
Download the new provisioning profiles and install them in XCode by just dragging them to the XCode icon in the dock.
-
refer
-
-
-
遇到”A valid provisioning profile matching the application’s Identifier could not be found”
-
雖然certificate都安裝好了~還是有可能遇到問題
-
這時候解法是 xcode -> windows -> Orgnizer 然後 editor->refresh from developer portal
-
之後要到xcode設定把 target 從iOS device 改道 iPhone
-
-
重開xcode 或是重新 clean -> build 就可以