Giter Club home page Giter Club logo

hxpackrobot's Issues

上传到蒲公英可以了 但是发送邮件失败 求解

send: 'AUTH PLAIN ADkxMzgzMTExMEBxcS5jb20Ad29zaGltYXlhbzExMA==\r\n'
reply: '535 Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256\r\n'
reply: retcode (535); Msg: Error: ??ʹ????Ȩ???¼???????뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
Traceback (most recent call last):
File "/Users/hanxueshi/Desktop/PackRobot/pack.py", line 134, in
main()
File "/Users/hanxueshi/Desktop/PackRobot/pack.py", line 129, in main
send_mail()
File "/Users/hanxueshi/Desktop/PackRobot/pack.py", line 104, in send_mail
server.login(from_addr, password)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 622, in login
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, 'Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256')

打包时出现的问题

Code Signing Error: AFNetworking does not support provisioning profiles. AFNetworking does not support provisioning profiles, but provisioning profile NO_SIGNING/ has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor.

我是自己配置了一个InHouse的configuration

是证书选错了吗

Step failed: <IDEDistributionSigningAssetsStep: 0x7fc9605f5000>: Error Domain=IDEDistributionErrorDomain Code=1 "No valid iOS Distribution signing identities belonging to team Daily Express Co.,Ltd. were found." UserInfo={NSLocalizedDescription=No valid iOS Distribution signing identities belonging to team Daily Express Co.,Ltd. were found.}
error: exportArchive: No valid iOS Distribution signing identities belonging to team Daily Express Co.,Ltd. were found.

Error Domain=IDEDistributionErrorDomain Code=1 "No valid iOS Distribution signing identities belonging to team Daily Express Co.,Ltd. were found." UserInfo={NSLocalizedDescription=No valid iOS Distribution signing identities belonging to team Daily Express Co.,Ltd. were found.}

拿不到ipa的包 求大神的联系方式 请教下

curl: (26) couldn't open file "/Users/jiangpeng/Desktop/PackRobot/app_2017-08-23-19-53-17/app.ipa"
Traceback (most recent call last):
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 134, in
main()
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 129, in main
send_mail()
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 102, in send_mail
server = smtplib.SMTP(smtp_server, 25)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 256, in init
(code, msg) = self.connect(host, port)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 316, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 291, in _get_socket
return socket.create_connection((host, port), timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
jiangpengdeMacBook-Pro:~ jiangpeng$

打包成功之后 发送邮件上传fir失败

你好 新的HXPackRobot成功打包 但是发送邮件上传fir失败 帮忙看下什么问题

Exported shehui.xcarchive to: /Users/pajia/Desktop/PackRobot/shehui_2017-08-04-17-37-09
** EXPORT SUCCEEDED **

{"code":201,"message":"_api_key not found","data":[]}send: 'ehlo pajiademac-mini.local\r\n'
reply: '250-smtp.qq.com\r\n'
reply: '250-PIPELINING\r\n'
reply: '250-SIZE 73400320\r\n'
reply: '250-STARTTLS\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250-AUTH=LOGIN\r\n'
reply: '250-MAILCOMPRESS\r\n'
reply: '250 8BITMIME\r\n'
reply: retcode (250); Msg: smtp.qq.com
PIPELINING
SIZE 73400320
STARTTLS
AUTH LOGIN PLAIN
AUTH=LOGIN
MAILCOMPRESS
8BITMIME
send: 'AUTH PLAIN ADY2MzYzMDA0MkBxcS5jb20AZ3kxOTkzNTE3MA==\r\n'
reply: '535 Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256\r\n'
reply: retcode (535); Msg: Error: ??ʹ????Ȩ???¼???????뿴: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256
Traceback (most recent call last):
File "/Users/pajia/Desktop/PackRobot/pack.py", line 134, in
main()
File "/Users/pajia/Desktop/PackRobot/pack.py", line 129, in main
send_mail()
File "/Users/pajia/Desktop/PackRobot/pack.py", line 104, in send_mail
server.login(from_addr, password)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 622, in login
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, 'Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256')

关于配置的问题

请问使用这个工具打包的时候,还需要将Xcode项目里面的一些个相关配置项修改成Release模式吗?
还是说只在这工具的配置文件中修改Debug或者Release就直接可以直接打包了

error

xcodebuild: error: Unknown build action 'Debug'.

导出包格式错误

xxx.app 请问是什么情况引起的
Error Domain=IDEProvisioningErrorDomain Code=9 ""xxxxx.app" requires a provisioning profile with the Push Notifications feature." UserInfo={NSLocalizedDescription="xxxxx.app" requires a provisioning profile with the Push Notifications feature., NSLocalizedRecoverySuggestion=Add a profile to the "provisioningProfiles" dictionary in your Export Options property list.}

一定要用fim吗 我只用蒲公英就不行吗》

Traceback (most recent call last):
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 134, in
main()
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 127, in main
upload_app()
File "/Users/jiangpeng/Desktop/PackRobot/pack.py", line 76, in upload_app
if (fir_api_token == "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"):
NameError: global name 'fir_api_token' is not defined

项目中两个TAGETS 其中一个是NotificationService 现在打包的时候提示错误了

The following build commands failed:
Check dependencies
(1 failure)
/Users/hanxueshi/Desktop/PackRobot/xcodebuild-safe.sh: line 29: rvm: command not found

  • xcodebuild -exportArchive -archivePath /Users/hanxueshi/Desktop/DHB/build/DHBIos.xcarchive -exportPath /Users/hanxueshi/Desktop/PackRobot/DHBIos_2017-11-28-11-25-46 -exportOptionsPlist /Users/hanxueshi/Desktop/PackRobot/exportOptionsPlist.plist
    error: archive not found at path '/Users/hanxueshi/Desktop/DHB/build/DHBIos.xcarchive'

找不到我的xcarchive文件

  • xcodebuild -exportArchive -archivePath $'/Users/jiangpeng/Desktop/项?\233?/天?\235/app/build/T?\235.xcarchive' -exportPath $'/Users/jiangpeng/Desktop/PackRobot//T?\235_2017-08-23-18-55-34' -exportOptionsPlist /Users/jiangpeng/Desktop/PackRobot//exportOptionsPlist.plist
    error: archive not found at path '/Users/jiangpeng/Desktop/项目/天宝/app/build/T宝.xcarchive'

sdk?

Check dependencies
Provisioning profile "ttkdExpressApp" doesn't include signing certificate "iPhone Developer: long li (D9N39VMFW3)".
Code signing is required for product type 'Application' in SDK 'iOS 10.3'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.