ΓΧ
Size: a a a
ΓΧ
d
This error is caused by hasteImpl returning the same name for different files.
at setModule (/project_name/node_modules/metro/node_modules/jest-haste-map/build/index.js:569:17)
at workerReply (/project_name/node_modules/metro/node_modules/jest-haste-map/build/index.js:641:9)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Promise.all (index 12721)
yarn install
cd ios
pod install
xcodebuild -workspace project_name.xcworkspace -scheme project_name -sdk iphoneos -configuration release archive -archivePath $PWD/build/release.xcarchive -UseModernBuildSystem=NO PROVISIONING_PROFILE=xx-xx-xx CODE_SIGN_STYLE="Manual" CODE_SIGN_IDENTITY="xxx"
GW
К
AT
module.exports = {
project: {
ios: {},
android: {},
},
assets: ["./assets/fonts"],
};
AT
К
К
AT
AZ
К
ДР
К
ДР
for (NSString* family in [UIFont familyNames])
{
NSLog(@"%@", family);
for (NSString* name in [UIFont fontNamesForFamilyName: family])
{
NSLog(@" %@", name);
}
}
AM
К
PS
GM
k