» ios の記事

AppDelegate.h add back this line
@property (strong, nonatomic) UIWindow * window;

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow * window;

@end


~ mac osx clear System Juck file ~

connie 2020.02.24 | ios | | No Comments

Del ios Device Support
~/Library/Developer/Xcode/iOS/DeviceSupport
del non-using version

Del Simulators
~/Library/Developer/CoreSimulator/Devices

~ iOS Xcode project change development language ~

connie 2019.08.22 | ios, xcode | | No Comments

-close Xcode
-go to project folder
-find the xxx.xcodeproj, right click show package

find project.pbxproj and open with txt editor
and search developmentRegions and change it form en to zh-HK

reopen project and you will see Localization section, development language change to HK

~ 掃ipa內的framework ~

connie 2019.05.16 | ios, xcode | | No Comments

xxx.ipa => xxx.zip
unzip
otool -L xxx.app/xxx

| HOME |

Smiley face

March 2024
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31