twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOS app built with kivy-ios/python fails to upload when including twilio module in the build

cryptoone opened this issue · comments

Issue Summary

pypi twilio module, installs successfully on Xcode 13.2, it also runs fine when the app is ran on a test iphone;
also the Xcode builds and uploads the app successfully to apple appstore.
However, the app fails to check on apple integrity ; and the upload fails, with apple responding with the message below over email:
ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: ( 'init.py' )

this happens only when the twilio module is included in the build.

Steps to Reproduce

use twilio library in a kivy module.
build the app; it will run succesfully locally, and twilio module works as it should (whatsapp OTP).
build the app for upload to apple store using developer account.
the app will fail to upload; with invalid binary message sent from applestore to email.

Exception/Log

ITMS-90048: This bundle is invalid - Your archive contains paths that are not allowed: ( 'init.py' )

paste exception/log here


### Technical details:
* twilio-python version:7.15.4,7,15,3,7,15,2 .. 7.14.0
* python version:
3.9

What's the usecase for wanting to include this library in a client application?

Closing due to inactivity. Please re-open this issue or open a new GitHub issue if you still need help.