V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
vvard3n
V2EX  ›  iDev

现在 Apple developer 必须要续费才能管理 Certificates, IDs & Profiles 了吗?

  •  1
     
  •   vvard3n · 2016-05-30 19:07:55 +08:00 · 3811 次点击
    这是一个创建于 2903 天前的主题,其中的信息可能已经有所发展或是发生改变。

    一直真机调试没问题。但是最近手机进行了一次返厂维修,更换了主板,导致信息改变,需要重新添加设备到 member center 里面的 Certificates, IDs & Profiles 里面。但是我发现现在已经没有了那一个选项了。

    我好方,必须要交 99 刀才能继续进行管理了吗

    刚登陆会有个 Certificates, IDs & Profiles 按钮,然后闪一下就没了

    第 1 条附言  ·  2016-05-30 22:52:23 +08:00
    总之就是各种提示 provisioning profiles 没有包含这台设备。。去钥匙串里面删也删了。。各种不行
    24 条回复    2016-05-31 13:01:47 +08:00
    kitalphaj
        1
    kitalphaj  
       2016-05-30 19:15:24 +08:00
    那应该是必须的吧,我总觉得它让你登录就不错了。。。
    vvard3n
        2
    vvard3n  
    OP
       2016-05-30 19:22:30 +08:00
    @kitalphaj 那说好的免费真机调试咋办呢。。。
    vvard3n
        3
    vvard3n  
    OP
       2016-05-30 19:29:48 +08:00
    None of the valid provisioning profiles include the devices:
    iPhone.

    Xcode can attempt to fix this issue. This will reset your code signing and provisioning settings to recommended values and resolve issues with signing identities and provisioning profiles.
    lyragosa
        4
    lyragosa  
       2016-05-30 19:35:37 +08:00
    免费真机调试根本不需要上这个啊

    是 xcode7 以上版本自带一个无限期的调试证书。
    vvard3n
        5
    vvard3n  
    OP
       2016-05-30 19:36:28 +08:00
    @lyragosa 但我编译不通过啊。。。
    vvard3n
        6
    vvard3n  
    OP
       2016-05-30 19:36:57 +08:00
    @lyragosa 说是该设备不存在于 Profiles 中。。。。
    lyragosa
        7
    lyragosa  
       2016-05-30 19:41:46 +08:00   ❤️ 1
    你要改这个程序使用的证书,手上没有 osx 没法截图了。

    吧这个程序使用的证书改成 xcode 自带那个测试证书就行了。
    vvard3n
        8
    vvard3n  
    OP
       2016-05-30 19:44:51 +08:00
    @lyragosa 测试证书大概叫什么?
    hanxiV2EX
        9
    hanxiV2EX  
       2016-05-30 19:46:17 +08:00 via iPhone
    重新注册个帐号,在 xcode 里登录就行了。
    vvard3n
        10
    vvard3n  
    OP
       2016-05-30 19:49:34 +08:00
    @hanxiV2EX 我的老账号不能免费真机调试了吗
    kitalphaj
        11
    kitalphaj  
       2016-05-30 19:59:24 +08:00
    真机调试不用这些,你把设置全部设置成 Automatic ( Certificate&Provisioning Profile ),帐号选 None 就可以了。
    moult
        12
    moult  
       2016-05-30 19:59:24 +08:00

    吧 Team 改成 None 试试看
    vvard3n
        13
    vvard3n  
    OP
       2016-05-30 20:08:16 +08:00
    vvard3n
        14
    vvard3n  
    OP
       2016-05-30 20:08:41 +08:00
    vvard3n
        15
    vvard3n  
    OP
       2016-05-30 20:09:21 +08:00
    vvard3n
        16
    vvard3n  
    OP
       2016-05-30 20:09:35 +08:00
    vvard3n
        17
    vvard3n  
    OP
       2016-05-30 20:09:43 +08:00
    醉了
    vvard3n
        18
    vvard3n  
    OP
       2016-05-30 20:10:25 +08:00
    hanxiV2EX
        19
    hanxiV2EX  
       2016-05-30 21:15:10 +08:00 via iPhone
    @vvard3n 懒得折腾
    vincentxue
        20
    vincentxue  
       2016-05-30 22:16:44 +08:00 via iPhone
    你 target 没选中你的设备吧。
    CommandZi
        21
    CommandZi  
       2016-05-30 22:48:00 +08:00
    是因为你用的 Identifier 还是原来那个吧,当然用的还是原来的 Profiles 。你改一下 Identifier 就可以了。免费证书是自动生成在你的帐号里的,但是你是看不到的, Xcode 自动管理。
    vvard3n
        22
    vvard3n  
    OP
       2016-05-30 22:50:08 +08:00
    @CommandZi 我新建项目了都不行。。
    kitalphaj
        23
    kitalphaj  
       2016-05-31 07:36:18 +08:00
    @vvard3n 你有试过 Xcode 自带的 Fix Issue 么?
    vvard3n
        24
    vvard3n  
    OP
       2016-05-31 13:01:47 +08:00
    @kitalphaj 试了的。无法解决此问题。各种提示当前设备没有包含到 Profiles 里面。。我去首选项里面都 reset 了证书了。收到重新生成证书的邮件了都。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2885 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 13:36 · PVG 21:36 · LAX 06:36 · JFK 09:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.