How can I deploy an iPhone application from Xcode to a real iPhone device?

前端 未结 12 1539
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 12:31

How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?

12条回答
  •  故里飘歌
    2020-11-22 13:25

    It sounds like the application isn't signed. Download ldid from Cydia and then use it like so: ldid -S /Applications/AccelerometerGraph.app/AccelerometerGraph

    Also be sure that the binary is marked as executable: chmod +x /Applications/AccelerometerGraph.app/AccelerometerGraph

提交回复
热议问题