Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No flag when testing download from test flight ios #189

Open
peterkuch opened this issue Oct 12, 2021 · 11 comments
Open

No flag when testing download from test flight ios #189

peterkuch opened this issue Oct 12, 2021 · 11 comments

Comments

@peterkuch
Copy link

with the latest Xcode 13 we testing directly from Xcode that ok flag icon has but when download from test flight can't see it

@gruzd1sok
Copy link

gruzd1sok commented Oct 19, 2021

hi, are u fixed this? I have the same issue

@UtkuDalmaz
Copy link

same here

@peterkuch
Copy link
Author

because ios v15 not found a resource from pod file of the lib. if you want to resolve it please follow

  1. Copy all from FlagKit.xcassets inside Flag lib pod to your app assets folder
  2. Update code looks like my photo attach
    2021-10-20 18 26 39
    2021-10-20 18 26 23

@shafqat-muneer
Copy link

Above solution is required modification in POD file. Any proper solution for this issue?

@shafqat-muneer
Copy link

Another solution, if you remove to use application from pods and simply import the Sources repository in your project then no need to make changes mentioned in @peterkuch 's solution.

In this case, you also need to add following ObjectiveC Header Files into Bridging Header of projects:

#import "NBPhoneNumberUtil.h"
#import "NBPhoneNumber.h"
#import "NBAsYouTypeFormatter.h"

@tolik85
Copy link

tolik85 commented Nov 16, 2021

Above solution is required modification in POD file. Any proper solution for this issue?

Fork this library and make the necessary changes.

@ramgopal-zopsmart
Copy link

Hi, did any have got permanent solution for this?

@tabrezp
Copy link

tabrezp commented Apr 5, 2022

Instead of using the resource_bundles, if we use resources, the issue will get fixed. Have tested this in my app. I have opened a pull request to fix this issue:

#193

@nagmani123
Copy link

@peterkuch implementation After Follow the Following Steps
go to info>URLTYPES>addURL Schemes when you run code in simulator in production Target Give this error "app-1-74759610351-ios-65d438b8d66738a9e6a01a" copy this code and paste in addUrl Schemes

@peterkuch
Copy link
Author

@peterkuch implementation After Follow the Following Steps go to info>URLTYPES>addURL Schemes when you run code in simulator in production Target Give this error "app-1-74759610351-ios-65d438b8d66738a9e6a01a" copy this code and paste in addUrl Schemes

What do you mean sir?

@peterkuch
Copy link
Author

peterkuch commented Apr 27, 2022

Another solution, if you remove to use application from pods and simply import the Sources repository in your project then no need to make changes mentioned in @peterkuch 's solution.

In this case, you also need to add following ObjectiveC Header Files into Bridging Header of projects:

#import "NBPhoneNumberUtil.h"
#import "NBPhoneNumber.h"
#import "NBAsYouTypeFormatter.h"

We don't want to use ObjectiveC Bridging , we don't want to import all code to our project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants