Giter Site home page Giter Site logo

Comments (134)

johnarnaou avatar johnarnaou commented on April 28, 2024 33

I hope this works 🤞

IMG_6541

from facebook-ios-sdk.

neobeppe avatar neobeppe commented on April 28, 2024 16

Don't know if devs should stop using FB or FB should change devs

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024 8

Solution requires a few steps - Please bare with me..

  1. Download the Framework files (at https://github.com/facebook/facebook-ios-sdk/releases for 16.3.1)
  2. Extract the zips
  3. Download a copy of the Facebook-ios-sdk
  4. Modify the file "package.swift" - commenting lines 245 - 249 EXCEPT line 246 (self=.local)
  5. Copy the extracted zip files into the Facebook folder under "build/XCFrameworks/Static"
  6. In each framework zip modify the file "Info.plist" under "ios-arm64" AND 'iOS-arm64_x86_64-simulator" - You'll see MinimumOSVersion = 12.0 / Change this to 100.0
  7. Remove the dependancies in your project (linking to the Facebook sdk @ GitHub)
  8. Add dependancy to local instance

DONE !!

from facebook-ios-sdk.

Arideno avatar Arideno commented on April 28, 2024 7

I have the same issue :( I am desperate! If you guys have some workaround while FB support release a fix .........

Just install previous Xcode, you can publish to AppStore Connect with it

from facebook-ios-sdk.

ersel95 avatar ersel95 commented on April 28, 2024 6

You probably installed the SPM with Dependency Rule which is limiting the version. I changed Facebook-Ios-Sdk Dependency rule to main Branch and everything is good to go now.

Screenshot 2024-03-11 at 15 56 44

from facebook-ios-sdk.

krishan226 avatar krishan226 commented on April 28, 2024 6

Hi everyone,
Maybe Apple will resolve this issue in the next update, but due to urgent fixes of my current projects, I tried this way to upload the build on Appstore.
I've been facing across all my projects for the past 3 days. For those experiencing similar challenges, here's the solution that worked for me:

  • Downgrade Xcode Version: Initially, I was using the latest Xcode version (15.3), but I found that downgrading to an older version resolved the problem. I uninstalled Xcode 15.3 and installed version 15.1 instead.
  • You can download older versions of Xcode from this link.
  • Resolve Package Dependency Issue: After downgrading Xcode, I addressed any package dependency issues that arose as a result of the version change.
  • If you encounter package dependency issues with your SDK packages, you can find helpful guidance on resolving them here.
    I hope this solution proves helpful for others facing similar challenges.
    Best regards,
    Krishan Pahadiya

from facebook-ios-sdk.

jadebowl avatar jadebowl commented on April 28, 2024 5

If you need a workaround you could point the Package to the commit e347cce.
They forgot to add the tag but they already bumped to version 17.0.0 3 weeks ago. It worked for me, I was able to Archive my build and send it to App Store Connect. Could be a temporary solution if you need to send it asap.

from facebook-ios-sdk.

EverGod avatar EverGod commented on April 28, 2024 5

This is a serious showstopper. Why is this opened for so long without a solution?

All of the above solutions are just workarounds (to downgrade Xcode), why Facebook does not add the needed lines like:
MinimumOSVersion
X
In all sub-SDKs plist's that does not have them?

from facebook-ios-sdk.

neobeppe avatar neobeppe commented on April 28, 2024 4

@johnarnaou I also sent an email to the dev that made last tag 3 month ago. I saw more commits and more pending releases like 17.0.0

from facebook-ios-sdk.

neobeppe avatar neobeppe commented on April 28, 2024 4

Got an answer from FB devs:

Hi Giuseppe,

Thanks for reporting the issue. We're now working on that and will keep the community updated.

Best,
Zilin

from facebook-ios-sdk.

umutturemen1496 avatar umutturemen1496 commented on April 28, 2024 4

Hello Dear Facebook Team, please fix the issue as soon as possible. I am using the main branch to get the most updated version as soon as possible. Nothing has changed since 3 days. Either Apple or you should fix this quickly. We cannot send an update.

Screenshot 2024-03-11 at 14 18 48

from facebook-ios-sdk.

ottosen avatar ottosen commented on April 28, 2024 4

Come on now Facebook! This ought to be dead easy to fix.
It is very tempting to just bin this package and remove FB support.

from facebook-ios-sdk.

ed-smokefree-ai avatar ed-smokefree-ai commented on April 28, 2024 3

Suggesting to use Xcode 15.2 is not a solution if you're building and deploying via Xcode Cloud.

@devedup it is a temporary solution, just modify your Xcode Cloud workflow to use Xcode 15.2 instead of Latest Release.

Screenshot 2024-03-19 at 12 51 05

from facebook-ios-sdk.

sashastg avatar sashastg commented on April 28, 2024 3

Here solution:

From the organizer -> open the archived by finder -> open the content of the app -> frameworks -> framework which has the issue -> info.plist (double click, to open in xcode, if you open in editor its looks like encoded, but in xcode its ok)

MinimumOsVersion = 15.0.0

from facebook-ios-sdk.

mihaicris-adoreme avatar mihaicris-adoreme commented on April 28, 2024 2

Same issue here:

Asset validation failed
Invalid Bundle. The bundle AdoreMe.app/Frameworks/FBAEMKit.framework does not support the minimum OS Version specified in the Info.plist. (ID: d703b2c2-1cea-463d-9d36-d63bd2bdc8b2)

Asset validation failed
Invalid Bundle. The bundle AdoreMe.app/Frameworks/FBSDKCoreKit.framework does not support the minimum OS Version specified in the Info.plist. (ID: 19b532dc-13f4-4ff5-9c56-586af33ee787)

Asset validation failed
Invalid Bundle. The bundle AdoreMe.app/Frameworks/FBSDKCoreKit_Basics.framework does not support the minimum OS Version specified in the Info.plist. (ID: 554d3f99-bcbb-4234-a5fa-ff814287d381)

Asset validation failed
Invalid Bundle. The bundle AdoreMe.app/Frameworks/FBSDKLoginKit.framework does not support the minimum OS Version specified in the Info.plist. (ID: 8d1c9ff9-7cdf-400d-9697-4bcd7d4edc1e)

from facebook-ios-sdk.

VadimYakovliev avatar VadimYakovliev commented on April 28, 2024 2

I changed Facebook-Ios-Sdk Dependency rule to main Branch and everything is good to go now.

Nothing has changed, same error.

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024 2

SOLVED !!

from facebook-ios-sdk.

martarodriguezm avatar martarodriguezm commented on April 28, 2024 2

For those downgrading as I did, just remove all the dependencies and import them again, it work for me, I have already my update live in the store.

from facebook-ios-sdk.

sam-bensley avatar sam-bensley commented on April 28, 2024 1

I was able to get around this issue temporarily by downgrading my Xcode to 15.0.1 via the following https://developer.apple.com/download/applications/
Not an idea scenario but at least i can push to app store connect now.

from facebook-ios-sdk.

martarodriguezm avatar martarodriguezm commented on April 28, 2024 1

+1
Same with Facebook SDK version 16.3.1

from facebook-ios-sdk.

ersel95 avatar ersel95 commented on April 28, 2024 1

I changed Facebook-Ios-Sdk Dependency rule to main Branch and everything is good to go now.

Nothing has changed, same error.

did you try to reset package settings and Update to Latest Package versions?

from facebook-ios-sdk.

krotoff avatar krotoff commented on April 28, 2024 1

+1 here, waiting for the update

from facebook-ios-sdk.

ostatnicky avatar ostatnicky commented on April 28, 2024 1

If you need a workaround you could point the Package to the commit e347cce. They forgot to add the tag but they already bumped to version 17.0.0 3 weeks ago. It worked for me, I was able to Archive my build and send it to App Store Connect. Could be a temporary solution if you need to send it asap.

No, it doesn't work.

from facebook-ios-sdk.

RinStar2003 avatar RinStar2003 commented on April 28, 2024 1

SOLVED !!

How

from facebook-ios-sdk.

martarodriguezm avatar martarodriguezm commented on April 28, 2024 1

Solution requires a few steps - Please bare with me..

  1. Download the Framework files (at https://github.com/facebook/facebook-ios-sdk/releases for 16.3.1)
  2. Extract the zips
  3. Download a copy of the Facebook-ios-sdk
  4. Modify the file "package.swift" - commenting lines 245 - 249 EXCEPT line 246 (self=.local)
  5. Copy the extracted zip files into the Facebook folder under "build/XCFrameworks/Static"
  6. In each framework zip modify the file "Info.plist" under "ios-arm64" AND 'iOS-arm64_x86_64-simulator" - You'll see MinimumOSVersion = 12.0 / Change this to 100.0
  7. Remove the dependancies in your project (linking to the Facebook sdk @ GitHub)
  8. Add dependancy to local instance

DONE !!

So it is not solved, you just found a workaround.
I finally downgrade xcode to 15.2 until Facebook or Apple solve the problem.

from facebook-ios-sdk.

LaurentiuUngur avatar LaurentiuUngur commented on April 28, 2024 1

Found another solution by integrating it using Cocoapods

from facebook-ios-sdk.

rromanchuk avatar rromanchuk commented on April 28, 2024 1
  1. care very little about integration partners

Don't hurt TEMU's feelings like that 😆

from facebook-ios-sdk.

Wei18 avatar Wei18 commented on April 28, 2024 1

Another workaround involves downgrading to Xcode 15.2

#!/bin/sh
mint run XcodesOrg/xcodes install --select 15.2 

ref:

from facebook-ios-sdk.

vahidsayad avatar vahidsayad commented on April 28, 2024 1

It's been 2 weeks, and there is still no fix. What's up with the support?

Here's a temporary fix that works for me:

I downloaded the following frameworks and did not use the rest of the FB frameworks:

FBSDKCoreKit_Basics
FBSDKCoreKit
FBAEMKit

Then, I made the following edit:

In each framework zip file, modify the "Info.plist" file under "ios-arm64". You'll see "MinimumOSVersion = 12.0". Change this to "MinimumOSVersion = 100.0".

After making these changes, my building and submission to the App Store were successful.

(Credit to samcolak)

from facebook-ios-sdk.

devedup avatar devedup commented on April 28, 2024 1

Suggesting to use Xcode 15.2 is not a solution if you're building and deploying via Xcode Cloud.

from facebook-ios-sdk.

devedup avatar devedup commented on April 28, 2024 1

Suggesting to use Xcode 15.2 is not a solution if you're building and deploying via Xcode Cloud.

@devedup it is a temporary solution, just modify your Xcode Cloud workflow to use Xcode 15.2 instead of Latest Release.

Cool, didn't know this was an option. Thanks

from facebook-ios-sdk.

jadebowl avatar jadebowl commented on April 28, 2024

I am also experiencing this issue with the new version of Xcode

from facebook-ios-sdk.

antoinepalazzolo avatar antoinepalazzolo commented on April 28, 2024

I'm also encountering this issue and am unable to upgrade due to #2326. We urgently need attention from the Facebook team on this matter.

from facebook-ios-sdk.

sam-bensley avatar sam-bensley commented on April 28, 2024

I am also experiencing this issue and urgently need it fixed.

from facebook-ios-sdk.

neobeppe avatar neobeppe commented on April 28, 2024

+1, not possible to update apps with FB right now

from facebook-ios-sdk.

mmdumi avatar mmdumi commented on April 28, 2024

+1

from facebook-ios-sdk.

larryonoff avatar larryonoff commented on April 28, 2024

+1

from facebook-ios-sdk.

alpha-moisol avatar alpha-moisol commented on April 28, 2024

+1

from facebook-ios-sdk.

SteffenKeller avatar SteffenKeller commented on April 28, 2024

+1

from facebook-ios-sdk.

jondlew avatar jondlew commented on April 28, 2024

+1

from facebook-ios-sdk.

HSCOGT avatar HSCOGT commented on April 28, 2024

I'm also experiencing this issue with the new version of Xcode.

from facebook-ios-sdk.

gooson avatar gooson commented on April 28, 2024

+1

from facebook-ios-sdk.

fahedalahmad avatar fahedalahmad commented on April 28, 2024

+1

from facebook-ios-sdk.

matteocorvaro avatar matteocorvaro commented on April 28, 2024

+1

from facebook-ios-sdk.

alpha-moisol avatar alpha-moisol commented on April 28, 2024

Dear Facebook Team, we really do need this fixed! This issue is almost 3 days old

from facebook-ios-sdk.

michalnowak061 avatar michalnowak061 commented on April 28, 2024

same here

from facebook-ios-sdk.

johnarnaou avatar johnarnaou commented on April 28, 2024

Is this repo active ? Last update was 3 weeks ago.. I see multiple issues that are not closed or triaged from a long time ago. Is this the correct place to report this issue ? Does anyone know ?

from facebook-ios-sdk.

al3x88 avatar al3x88 commented on April 28, 2024

I have the same issue :( I am desperate! If you guys have some workaround while FB support release a fix .........

from facebook-ios-sdk.

hanlinag avatar hanlinag commented on April 28, 2024

+1

from facebook-ios-sdk.

ersel95 avatar ersel95 commented on April 28, 2024

Having the same issue with Xcode version 15.3. Facebook and Google had the same issue and solved with an update. Waiting for an update from FB ASAP.

from facebook-ios-sdk.

Ariandr avatar Ariandr commented on April 28, 2024

+1

from facebook-ios-sdk.

jeonghanjoo avatar jeonghanjoo commented on April 28, 2024

+1

from facebook-ios-sdk.

0xWOF avatar 0xWOF commented on April 28, 2024

Hello, I experience same issue when I write iOS Framework. And I solve this issue with updating iOS Framework's Info.plist's MinimumOSVersion from 11.0 to 12.0. I think the issue can be solved by update Facebook iOS SDK to 15+. (14's MinimumOSVersion is 11.0 and 15's MinimumOSVersion is 12.0) If you can not update Facebook iOS SDK, you can solve the issue with temporary modifying Facebook iOS SDK's xcframework's framework's Info.plist's MinimumOSVersion 11.0 to 12.0. (Personally I do not recommend this way)

from facebook-ios-sdk.

ed-smokefree-ai avatar ed-smokefree-ai commented on April 28, 2024

+1

Have had to change my Xcode Cloud workflow to use Xcode 15.2 as a temporary workaround until this is fixed.

from facebook-ios-sdk.

VadimYakovliev avatar VadimYakovliev commented on April 28, 2024

I have the same issue

from facebook-ios-sdk.

KeiroMidori avatar KeiroMidori commented on April 28, 2024

+1, same issue here

from facebook-ios-sdk.

dppeak avatar dppeak commented on April 28, 2024

+1

from facebook-ios-sdk.

sharva89 avatar sharva89 commented on April 28, 2024

+1

from facebook-ios-sdk.

SamPetherbridge avatar SamPetherbridge commented on April 28, 2024

+1

from facebook-ios-sdk.

neriusv avatar neriusv commented on April 28, 2024

+1

from facebook-ios-sdk.

levochkaa avatar levochkaa commented on April 28, 2024

Same issue here, unable to move to Xcode 15.3, because of that. Latest commit doesn't work, too

from facebook-ios-sdk.

SajjadKharrazi avatar SajjadKharrazi commented on April 28, 2024

+1

from facebook-ios-sdk.

rajlunia avatar rajlunia commented on April 28, 2024

This is happening everywhere.
This is the only useful information I could find, no clue how they came up with that temp workaround, though. googleads/swift-package-manager-google-mobile-ads#62 (comment)

Xcode 15.2 (works), and 15.3 (fails)

from facebook-ios-sdk.

LaurentiuUngur avatar LaurentiuUngur commented on April 28, 2024

Any updates on this ?

from facebook-ios-sdk.

Jordan3900 avatar Jordan3900 commented on April 28, 2024

+1

from facebook-ios-sdk.

KimHyunMin1751 avatar KimHyunMin1751 commented on April 28, 2024

+1

from facebook-ios-sdk.

oleksandryevdokymov avatar oleksandryevdokymov commented on April 28, 2024

I have the same issue. Is there any updates on this?

from facebook-ios-sdk.

michalnowak061 avatar michalnowak061 commented on April 28, 2024

@ryantobinmeta any updates?

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

+1

from facebook-ios-sdk.

alpha-moisol avatar alpha-moisol commented on April 28, 2024

Seems like Apple problem

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

Seems like Apple problem

Normally I'd agree but knowing Apple (as I do), they will point fingers at people not following the (amended) specification - lol

from facebook-ios-sdk.

mneuburg-livefront avatar mneuburg-livefront commented on April 28, 2024

+1

from facebook-ios-sdk.

RinStar2003 avatar RinStar2003 commented on April 28, 2024

+1

from facebook-ios-sdk.

rromanchuk avatar rromanchuk commented on April 28, 2024

Does the ads team even know this is their product? Or did they just give up after ATT? Just fast follow other ad networks, at least on the communication part. Deflect to apple, whatever, but bad vibes letting this rot here.

TLDR: (+1 xoxoxo)

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

Does the ads team even know this is their product? Or did they just give up after ATT? Just fast follow other ad networks, at least on the communication part. Deflect to apple, whatever, but bad vibes letting this rot here.

TLDR: (+1 xoxoxo)

I imagine that they either 1) care very little about integration partners or 2) this isn't in their scope - In so far as I can understand this happens to be related to the build components of the framework more than the code itself. It can be that the adage, "if it aint broke, dont fix it" applies - For the last 4-5 hours ive been looking to where this "MinimumOSVersion" should be placed - frankly ive been through alot of combinations - If you are using SPM (Swift Package Manager), dropping back to 15.1 (on Xcode Cloud or local building) seems to have some benefits (as long as you have the package.resolved file appearing correctly) - If you are running ObjectiveC (with a bridge) into FB its a bigger headache to drop down to 15.1 - It just dont play ball..

BTW if anyone didn't notice, in 15.3 to have a repo appearing in the GitHub repos, simply "Star" the repo and refresh for it to appear

Take care all !

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

Oh - side note - To have a repo appearing in SPM (under repos)....

from facebook-ios-sdk.

RinStar2003 avatar RinStar2003 commented on April 28, 2024

So it is not solved, you just found a workaround. I finally downgrade xcode to 15.2 until Facebook or Apple solve the problem.

When I downgraded, I see this in my projects: Package.resolved file is corrupted or malformed; fix or delete the file to continue: unknown 'PinsStorage' version '3' at ...

How to fix this?

from facebook-ios-sdk.

alpha-moisol avatar alpha-moisol commented on April 28, 2024

So it is not solved, you just found a workaround. I finally downgrade xcode to 15.2 until Facebook or Apple solve the problem.

When I downgraded, I see this in my projects: Package.resolved file is corrupted or malformed; fix or delete the file to continue: unknown 'PinsStorage' version '3' at ...

How to fix this?

Delete Package.resolved file and open project in Xcode 15.2

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

Per the above (in step 6) - theres a directory (usually the name of the sdk framework file) before you see the Info.plist

You need to do the 2 Info files (in simulator and iOS) as the CI infrastructure runs to check this on the GitHub repo

Additional note - No its not solved @martarodriguezm - Its a workaround to move us all forward for now

Per anyone downgrading, you'll see an issue with Package.resolved - this doesnt get autogenerated by the SPM at the moment - seems theres another bug...

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

Solution requires a few steps - Please bare with me..

  1. Download the Framework files (at https://github.com/facebook/facebook-ios-sdk/releases for 16.3.1)
  2. Extract the zips
  3. Download a copy of the Facebook-ios-sdk
  4. Modify the file "package.swift" - commenting lines 245 - 249 EXCEPT line 246 (self=.local)
  5. Copy the extracted zip files into the Facebook folder under "build/XCFrameworks/Static"
  6. In each framework zip modify the file "Info.plist" under "ios-arm64" AND 'iOS-arm64_x86_64-simulator" - You'll see MinimumOSVersion = 12.0 / Change this to 100.0
  7. Remove the dependancies in your project (linking to the Facebook sdk @ GitHub)
  8. Add dependancy to local instance

DONE !!

So it is not solved, you just found a workaround. I finally downgrade xcode to 15.2 until Facebook or Apple solve the problem.

Indeed - its an intermediate fix

from facebook-ios-sdk.

samcolak avatar samcolak commented on April 28, 2024

The way the Facebook-sdk operates (for iOS) is that it downloads the framework files from GitHub - Theres no way around this than for FB to update the framework files directly. Not sure thats going to happen short-term

from facebook-ios-sdk.

andreyoshev avatar andreyoshev commented on April 28, 2024

+1

from facebook-ios-sdk.

Dimillian avatar Dimillian commented on April 28, 2024

Any update?????????

from facebook-ios-sdk.

RinStar2003 avatar RinStar2003 commented on April 28, 2024

One of the basic and simplest solutions is to download Xcode 15.2 and use it for now

from facebook-ios-sdk.

cathalfarrell avatar cathalfarrell commented on April 28, 2024

I can't submit to the App Store using Xcode 15.3 until this is fixed so I've had to revert to 15.2 instead.

from facebook-ios-sdk.

NicolaiBure avatar NicolaiBure commented on April 28, 2024

Have to delete the package, and comment usage. Next week Im going to try again. You need to test when Xcode and iOS updated or before in betas

from facebook-ios-sdk.

ersel95 avatar ersel95 commented on April 28, 2024

Have to delete the package, and comment usage. Next week Im going to try again. You need to test when Xcode and iOS updated or before in betas

You can use #if canImport(Module) rather than commenting the code. With this way, you do not have to comment & uncomment.

from facebook-ios-sdk.

mkandler avatar mkandler commented on April 28, 2024

+1

from facebook-ios-sdk.

omz1990 avatar omz1990 commented on April 28, 2024

+1

from facebook-ios-sdk.

ArturoLee avatar ArturoLee commented on April 28, 2024

+1

from facebook-ios-sdk.

SajjadKharrazi avatar SajjadKharrazi commented on April 28, 2024

any update!?!?!?

from facebook-ios-sdk.

Jodebjo avatar Jodebjo commented on April 28, 2024

+1

from facebook-ios-sdk.

davut avatar davut commented on April 28, 2024

Can we at least get estimate time this task is going to be done?

from facebook-ios-sdk.

ozgurshn avatar ozgurshn commented on April 28, 2024

Same issue with Xcode 15.3 Facebook SDK 16.3.1

from facebook-ios-sdk.

tnorbert avatar tnorbert commented on April 28, 2024

I tried every suggested fix but only downgrading to xcode 15.2 helped :( This is madness that weeks passed since this bug revealed itself and other devs already fixed their library (like firebase)

from facebook-ios-sdk.

colemancda avatar colemancda commented on April 28, 2024

Also seeing this in my apps.
Screenshot 2024-03-20 at 11 07 45 PM

from facebook-ios-sdk.

arthurofbabylon avatar arthurofbabylon commented on April 28, 2024

From the organizer -> open the archived by finder -> open the content of the app -> frameworks -> framework which has the issue -> info.plist

MinimumOsVersion = 15.0.0

This works.

Note that the Minimum OS Version should match the app's Minimum OS Version – not necessarily 15.0.0.

Note that you'll need to do some right-clicking > Open Package Contents in order to find the frameworks' info.plist file.

Thanks @sashastg

from facebook-ios-sdk.

cemege avatar cemege commented on April 28, 2024

Same issue:

  • Xcode 15.3 (15E204a)
  • Facebook SDK 16.3.1

from facebook-ios-sdk.

srostagno avatar srostagno commented on April 28, 2024

Hello, same issue, had to rollback to Xcode 15.2 :(

This didn't work for me:

From the organizer -> open the archived by finder -> open the content of the app -> frameworks -> framework which has the issue -> info.plist
MinimumOsVersion = 15.0.0

This works.

Note that the Minimum OS Version should match the app's Minimum OS Version – not necessarily 15.0.0.

Note that you'll need to do some right-clicking > Open Package Contents in order to find the frameworks' info.plist file.

Thanks @sashastg

from facebook-ios-sdk.

AntonPetrov83 avatar AntonPetrov83 commented on April 28, 2024

I have Xcode 15.0.1 and similar error is there. As I can see it is an error reported by App Store Connect after remote validation of the bundle. I have tried altool and Xcode Organizer to upload the build - outcome is the same:

Error: Asset validation failed Invalid Bundle. The bundle ***.app/Frameworks/IASDKCore.framework does not support the minimum OS Version specified in the Info.plist.

Very intriguing that XCode 15.2 solves the issue of the App Store Connect...

from facebook-ios-sdk.

Related Issues (20)

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.