加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ios – 无法呈现和更新自动布局状态Stripe.Framework

发布时间:2020-12-14 17:26:27 所属栏目:百科 来源:网络整理
导读:我不知道发生了什么,但突然间我的 xcode停止渲染自动布局 这是我从xcode获得的错误的图片. 编辑: 我的解决方案是运行命令 pod install 解决方法 这对我有用 https://github.com/evgenyneu/Cosmos/issues/105 # Uncomment the next line to define a global
我不知道发生了什么,但突然间我的 xcode停止渲染自动布局

enter image description here

这是我从xcode获得的错误的图片.

编辑:

我的解决方案是运行命令

pod install

解决方法

这对我有用

https://github.com/evgenyneu/Cosmos/issues/105

# Uncomment the next line to define a global platform for your project
# platform :ios,'9.0'

target 'XYZ' do

use_frameworks!

post_install do |installer|
    installer.pods_project.build_configurations.each do |config|
        config.build_settings.delete('CODE_SIGNING_ALLOWED')
        config.build_settings.delete('CODE_SIGNING_REQUIRED')
    end
end

pod 'Alamofire'
pod 'Stripe'
/* etc ... */
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for Gozem Provider
end

你可以安装或更新pod

– – – – – – – – – – – – – – – 要么 – – – – – – – – – – ——————-

如果您的项目选择自动管理签名而不是删除它

enter image description here

使它像你可以选择无,否则你可以使用你的当前证书比清洁项目和再次建立

enter image description here

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读