#import "UIViewController+Present.h" #import @implementation UIViewController (Present)...

#import "UIViewController+Present.h" #import @implementation UIViewController (Present)...
extension UIViewController { //通过运行时替换系统的present方法 public class func zxxPReplaceSys...
你好,你现在做到哪一步了,可以私聊吗
蒲公英超级签名原理(手动做超级签名)-源码出售企业签名由于苹果的日益欺压,苹果的企业证书掉签是越来越密集,所以由此诞生了黑科技,即所谓的超级签名 超级签名安装流程演示 据说某分发平台价格表,来源网络,本人对图片真实性不负责 签名...
1.新建项目 2.在项目中新建类实现文件 3.修改Build Settings 下面相关配置 4.添加armv7s 5.将需要公开的头文件和实现文件进行分开 6.需要在MyF...
打包成功后确找不到ipa的文件位置
** ARCHIVE SUCCEEDED **
+ xcodebuild -exportArchive -archivePath /Users/Shared/.jenkins/Home/workspace/aritube_ios/build/Debug-iphoneos/NewAritube.xcarchive -exportPath /Users/Shared/.jenkins/Home/workspace/aritube_ios/build/NewAritube_debug -exportOptionsPlist /Users/Shared/Jenkins/Home/workspace/aritube_ios/ExportOptions.plist -allowProvisioningUpdates
2018-02-01 16:52:57.386 xcodebuild[39820:4143429] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/kp/bn19ns655z9cmjx1q4yr20hh00007x/T/NewAritube_2018-02-01_16-52-57.385.xcdistributionlogs'.
Exported NewAritube.xcarchive to: /Users/Shared/.jenkins/Home/workspace/aritube_ios/build/NewAritube_debug
** EXPORT SUCCEEDED **
Root directory to find files to upload : /Users/Shared/Jenkins/Home/workspace/aritube_ios
found remote files : []
ERROR: Could not find the file specified by the pattern **/*.apk,**/*.ipa
Build step 'Upload to fir.im' marked build as failure
Sending e-mails to: reddoor@orangenat.com
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE
Xcode 9 在 Jenkins 中使用 Xcode integration 插件打包失败的处理问题概述 自己使用 Jenkins 来做 iOS 项目的持续集成,升级 Xcode 9 之后,编译完成之后打包会一直报如下所示的错误: error: exportArchiv...