You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use the resolveAssetSource function in my react native project. I've newly installed everything, including xcode. I followed the instructions in your README file but I'm running into issues.
In step fix syntax error #5, libstdc++.tbd does not exist. Is this required? What do I do?
Step Revert "Add podspec for react-native-qqsdk" #8 is not clear. "add LSApplicationQueriesSchemes For QQ SDK". So it's not an option that exists already, but something I must add, as a type array, and then populate it with all the options listed in the image?
But now xcode throws error after error, recommends fixes that only make more errors. It doesn't like the - (BOOL). I'm not entirely sure what I am doing here. This file already has code in it, can I just plop this code at the bottom of the file, can you add some specificity to this?
I'd much prefer a simpler solution, but this seems to be necessary. Your work is greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered:
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end
Hello, I am trying to use the resolveAssetSource function in my react native project. I've newly installed everything, including xcode. I followed the instructions in your README file but I'm running into issues.
But now xcode throws error after error, recommends fixes that only make more errors. It doesn't like the
- (BOOL)
. I'm not entirely sure what I am doing here. This file already has code in it, can I just plop this code at the bottom of the file, can you add some specificity to this?I'd much prefer a simpler solution, but this seems to be necessary. Your work is greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered: